Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.comment.service.listener--listener

This contribution is part of XML component org.nuxeo.ecm.platform.comment.service.listener inside nuxeo-platform-comment-9.10.jar /OSGI-INF/comment-listener-contrib.xml

Extension Point

Extension point listener of component EventServiceComponent.

Contributed Items

  • <listener async="false" class="org.nuxeo.ecm.platform.comment.listener.CommentRemovedEventListener" name="commentListener" postCommit="true">
          <event>documentRemoved</event>
        </listener>
  • <listener async="true" class="org.nuxeo.ecm.platform.comment.listener.DocumentRemovedCommentEventListener" name="docRemovedCommentListener" postCommit="true">
          <event>documentRemoved</event>
        </listener>

XML Source

<extension point="listener" target="org.nuxeo.ecm.core.event.EventServiceComponent">

    <listener async="false" class="org.nuxeo.ecm.platform.comment.listener.CommentRemovedEventListener" name="commentListener" postCommit="true">
      <event>documentRemoved</event>
    </listener>

    <listener async="true" class="org.nuxeo.ecm.platform.comment.listener.DocumentRemovedCommentEventListener" name="docRemovedCommentListener" postCommit="true">
      <event>documentRemoved</event>
    </listener>

  </extension>